Edit page

Button

Base on https://material-ui.com/components/buttons/

Related component

Icon

Basic usage

import { Button } from '@doopage/react-ui-kit'
const Example = () => <Button color='warning'>button</Button>;
export default Example;

Playground

Normal

Smooth

Simple

Size

Round & Outline

With helperText

With icon

Just icon

With href

With loading

Properties