utility library
npm install --save arlun-utils
In the project directory, you can run:
npm run storybook
Runs the app with Storybook where you can see all the CSS creations
Open http://localhost:9009/ to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
import React, { Component } from 'react'
import MyComponent from 'arlun-utils'
import 'arlun-utils/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}
MIT © Arlune