1.0.25 • Published 5 months ago

nanoui v1.0.25

Weekly downloads
2
License
ISC
Repository
-
Last release
5 months ago

nanoui lib

Docs

nanoui

Install

npm i nanoui

Usage

import { Button } from 'nanoui'

Demo

import React from 'react';
import { Button, SimpleButton } from 'nanoui';

export default function App() {
  let color1 = '#730707';
  return (
    <div>
      <Button
        backgroundColor={color1}
        label="Button"
        onClick={function noRefCheck() {}}
        primary
      />
      <SimpleButton>Hello</SimpleButton>
    </div>
  );
}
1.0.25

5 months ago

1.0.19

5 months ago

1.0.18

5 months ago

1.0.17

5 months ago

1.0.16

5 months ago

1.0.9

5 months ago

1.0.8

5 months ago

1.0.7

5 months ago

1.0.6

5 months ago

1.0.5

5 months ago

1.0.4

5 months ago

1.0.22

5 months ago

1.0.21

5 months ago

1.0.20

5 months ago

1.0.24

5 months ago

1.0.23

5 months ago

1.0.11

5 months ago

1.0.10

5 months ago

1.0.15

5 months ago

1.0.14

5 months ago

1.0.13

5 months ago

1.0.12

5 months ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.3

4 years ago

1.0.0

5 years ago