0.0.1 • Published 1 year ago

taibui v0.0.1

Weekly downloads
-
License
-
Repository
-
Last release
1 year ago

ui-taib-ui

This library was generated with Nx.

Running unit tests

Run nx test ui-taib-ui to execute the unit tests via Jest.

taib-ui
├─ .babelrc
├─ .eslintrc.json
├─ .storybook
│  ├─ main.ts
│  ├─ preview.ts
│  └─ tsconfig.json
├─ jest.config.ts
├─ package.json
├─ postcss.config.js
├─ project.json
├─ README.md
├─ src
│  ├─ index.ts
│  └─ lib
│     ├─ button
│     │  ├─ button.spec.tsx
│     │  ├─ button.stories.tsx
│     │  └─ button.tsx
│     ├─ ui-taib-ui.spec.tsx
│     ├─ ui-taib-ui.stories.tsx
│     └─ ui-taib-ui.tsx
├─ tailwind.config.js
├─ tsconfig.json
├─ tsconfig.lib.json
└─ tsconfig.spec.json
0.0.1

1 year ago