0.0.17 • Published 10 months ago

nano-belle v0.0.17

Weekly downloads
-
License
-
Repository
-
Last release
10 months ago

Nano Belle

Component library used in all React application of NanoAPI

Storybook

https://nano-belle.nanoapi.io

Installation

yarn add nano-belle

Setup

  1. copy the following content
// postcss.config.js
module.exports = {
  plugins: {
    tailwindcss: {
      config: "node_modules/nano-belle/dist/tailwind.config.js",
    },
    autoprefixer: {},
  },
};
  1. Import the following css files into your root component
// App.tsx or equivalent
import "nano-belle/styles.css";
import "nano-belle/tailwind.css";

Import components

// Components.tsx
import { Button } from "nano-belle";

export default function Component() {
  return <Button>Open the app</Button>;
}
0.0.17

10 months ago

0.0.16

10 months ago

0.0.15

10 months ago

0.0.14

10 months ago

0.0.13

12 months ago

0.0.12

12 months ago

0.0.11

12 months ago

0.0.10

12 months ago

0.0.9

12 months ago

0.0.8

12 months ago

0.0.7

12 months ago

0.0.6

12 months ago

0.0.5

12 months ago

0.0.4

12 months ago

0.0.3

12 months ago

0.0.2

12 months ago

0.0.1

12 months ago

0.0.0

12 months ago