1.2.0 • Published 5 months ago
@s-ui/react-primitive-link-box v1.2.0
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.