1.0.3 • Published 2 years ago

@autobele/se-dls v1.0.3

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

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>

License

MIT