@autobele/se-dls
v1.0.3
Published
<p align="center"> <a href="https://github.com/storybookjs/storybook/blob/main/LICENSE"> <img src="https://img.shields.io/github/license/storybookjs/storybook.svg" alt="License" /> </a> <a href="https://twitter.com/intent/follow?screen_name=stor
Downloads
3
Maintainers
Readme
Contents
Getting Started Locale
To clone and run this application, you'll need Git and Node.js (which comes with npm) installed on your computer. After have them installed, from your terminal run:
# Clone this repository
$ git clone https://github.com/Autobele/se-dls.git
# Go into the repository and install the application dependencies
$ cd se-dls
$ npm install
# Run Project Storybook
$ npm run storybook
Documentation
Check documentaion at the Link
NPM Versions
Check for updates version at the Link
Use in an existing React Project
Install Package
# In your project
$ npm install @autobele/se-dls
#or
$ yarn add @autobele/se-dls
Use Component @autobele/se-dls
import { Text } from @autobele/se-dls;
<Text children="SE Design Library" as="h2" fontColor="magenta"/>
import { theme } from @autobele/se-dls;
<p style={{color: theme.colors.magenta}}>Texto cor magenta</p>