SUI Atom ActionButton
npm install @s-ui/react-atom-action-buttonSUI Atom ActionButton
``sh`
$ npm install @s-ui/react-atom-action-button
`js
import AtomActionButton from '@s-ui/react-atom-action-button'
const Icon = () => {
return (
)
}
return (
`
#### Import package and use the component
`js
import AtomActionButton from '@s-ui/react-atom-action-button'
const Icon = () => {
return (
)
}
return (
`
#### Import the styles (Sass)
`css``
@import '~@s-ui/theme/lib/index';
// @import 'your theme';
@import '~@s-ui/react-atom-action-button/lib/index';
> Find full description and more examples in the demo page.