1.0.3 • Published 2 years ago

@enessertaslan/nsui v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

nsui

Made with create-react-library

NPM JavaScript Style Guide

Install

npm install --save nsui

Usage

import React, { Component } from 'react'

import {Button} from 'nsui'
import 'nsui/dist/index.css'

class Example extends Component {
  render() {
    return
    <>
    <Button text='Primary Button' type='primary' />
    <Button text='Default Button' type='default' />
    <Button text='Text Button' type='text' />
    <Button text='Dashed Button' type='dashed' />
    <Button text='Link Button' type='link' />
    </>
  }
}

License

MIT © enessertaslan

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago