1.5.1 • Published 6 months ago

@tastit/ui-kit v1.5.1

Weekly downloads
-
License
ISC
Repository
-
Last release
6 months ago

Tastit UI-KIT

Tech:

  • Next typescript
  • tailwind

How to use it?

  • npm install @tastit/ui-kit
  • update your tailwind configuration file tailwind.config.js:
/** @type {import('tailwindcss').Config} */
export default {
  content: [
    './index.html',
    './src/**/*.{js,ts,jsx,tsx}',
    './node_modules/@tastit/ui-kit/src/**/*.{js,ts,jsx,tsx}',
  ],
  presets: [require('@tastit/ui-kit/tailwind.config.js')],
};
  • import the global css in you main tsx file (main.tsx or App.tsx):
import '@tastit/ui-kit/src/global.css';
  • use the components:
import { Button } from '@tastit/ui-kit';

Contribute

You can add global CSS in src/global.css.

How to clean code

  • use tailwind alias to avoid long className string
  • create react function component: export function Button(props: ButtonProps) {}
    • or export const Button = (props: ButtonProps) => {}
  • create one folder per component with
    • component
    • unit tests
    • storybook stories
1.6.0-next.2

6 months ago

1.6.0-next.1

6 months ago

1.5.1

7 months ago

1.5.0

7 months ago

1.5.1-next.1

7 months ago

1.5.0-next.1

7 months ago

1.4.0-next.9

7 months ago

1.5.0-next.2

7 months ago

1.4.0-next.6

7 months ago

1.4.0-next.7

7 months ago

1.4.0-next.8

7 months ago

1.4.0-next.5

8 months ago

1.4.0-next.3

8 months ago

1.4.0-next.4

8 months ago

1.4.0-next.2

8 months ago

1.4.0-next.1

9 months ago

1.4.0

9 months ago

1.3.0-next.13

9 months ago

1.3.0-next.12

9 months ago

1.3.0-next.11

9 months ago

1.3.0

9 months ago

1.3.0-next.10

9 months ago

1.3.0-next.9

9 months ago

1.3.0-next.8

9 months ago

1.3.0-next.7

10 months ago

1.3.0-next.6

10 months ago

1.3.0-next.5

10 months ago

1.3.0-next.4

10 months ago

1.3.0-next.3

10 months ago

1.3.0-next.2

10 months ago

1.3.0-next.1

10 months ago

1.2.0

10 months ago

1.1.5

10 months ago

1.1.4

10 months ago

1.1.3

10 months ago

1.1.2

10 months ago

1.1.1

10 months ago

1.1.0

10 months ago

1.0.0

10 months ago

0.0.0-development

10 months ago

0.0.0

10 months ago