placie-ui
TypeScript icon, indicating that this package has built-in type declarations

1.0.13 • Public • Published

placie-ui

Made with create-react-library

NPM JavaScript Style Guide

Install

npm install --save placie-ui

Start in local env

npm start

Build and launch storybook

npm run build-storybook
npm run storybook

Publish new version

Change version in package.json file

npm publish

Usage

import React, { Component } from 'react'

import MyComponent from 'placie-ui'
import 'placie-ui/dist/index.css'

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

License

MIT © serozhkohanna

/placie-ui/

    Package Sidebar

    Install

    npm i placie-ui

    Weekly Downloads

    0

    Version

    1.0.13

    License

    MIT

    Unpacked Size

    77.3 kB

    Total Files

    32

    Last publish

    Collaborators

    • serozhkohanna