atecl-ui-components-v1
TypeScript icon, indicating that this package has built-in type declarations

1.0.8 • Public • Published

Atecl UI Components V1

NPM JavaScript Style Guide

Install

npm install --save atecl-ui-components-v1

Usage

import React, { Component } from 'react'

import MyComponent from 'atecl-ui-components-v1'
import 'minerva-ui-components/dist/index.css'

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

Story Books

Start Story Book Service npm run storybook

Open Dev Environment

  1. Open two command prompt
  2. One cd example and npm run start
  3. One direct npm run start at root directory

License

MIT © James6447

/atecl-ui-components-v1/

    Package Sidebar

    Install

    npm i atecl-ui-components-v1

    Weekly Downloads

    0

    Version

    1.0.8

    License

    MIT

    Unpacked Size

    907 kB

    Total Files

    69

    Last publish

    Collaborators

    • atecl_team