Skip to content

Arlune/arlun-utils

Repository files navigation

arlun-utils

utility library

NPM JavaScript Style Guide

Install

npm install --save arlun-utils

Available Scripts

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.

Usage

import React, { Component } from 'react'

import MyComponent from 'arlun-utils'
import 'arlun-utils/dist/index.css'

class Example extends Component {
  render() {
    return <MyComponent />
  }
}

License

MIT © Arlune

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published