@s-ui/react-primitive-link-box
v1.2.0
Published
> Description
Downloads
801
Maintainers
Readme
PrimitiveLinkBox
Description
Installation
$ npm install @s-ui/react-primitive-link-boxUsage
Basic usage
Import package and use the component
import PrimitiveLinkBox from '@s-ui/react-primitive-link-box'
return (<PrimitiveLinkBox />)Import the styles (Sass)
@import '~@s-ui/theme/lib/index';
/* @import 'your theme'; */
@import '~@s-ui/react-primitive-link-box/lib/index';Find full description and more examples in the demo page.
