lazy-element
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

lazy-ui

Made with create-react-library

NPM JavaScript Style Guide

Install

npm install --save lazy-element

Usage

import React from 'react'

import { Button } from 'lazy-ui'
import 'lazy-ui/dist/index.css'

const App = () => {
  return (
    <div>
      <Button type='primary'>{'Click on 🫥'}</Button>
      <Button type='success'>{'Success 🍀'}</Button>
      <Button type='error'>{'Wrong 🍄'}</Button>
      <Button type='link'>{'Link 👇'}</Button>
    </div>
  )
}

License

MIT © yewin

Readme

Keywords

none

Package Sidebar

Install

npm i lazy-element

Weekly Downloads

2

Version

1.0.1

License

MIT

Unpacked Size

11.3 kB

Total Files

10

Last publish

Collaborators

  • yewinnpm