Skip to content

nagvbt/nag-rlib

Repository files navigation

nag-rlib [Nag React Library]

NPM JavaScript Style Guide

nag-rlib is an component library which is a collection of logically group components so that one can explore, select components and helps in maintaining consistent design across projects. nag-rlib built usng following components.

  1. create-react-library
  2. Storybook
  3. react-testing-library

Install

npm install --save nag-rlib

Usage

import React, { Component } from 'react'

import MyComponent from 'nag-rlib'
import 'nag-rlib/dist/index.css'

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

Documentation

  1. Building A Component Library With React

  2. Adding Storybook

  3. References

  4. Coding Standards

License

NAG VBT © nagvbt

About

React UI library framework with Storybook

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published