1.2.59 • Published 2 days ago

@waitingonalice/design-system v1.2.59

Weekly downloads
-
License
MIT
Repository
github
Last release
2 days ago

@waitingonalice/design-system

Set up

  1. Make sure you have React installed as it's a peer dependency:

  2. Have tailwind css installed and configured in your project

Configurating Tailwind CSS

  1. You are required to share the same base configuration of the project. This is done by creating a tailwind.config.js file in the root of your project and exporting the config object.
const baseConfig = require("@waitingonalice/design-system/tailwind.config");

module.exports = {
  ...baseConfig,
  // Add or override configurations here as needed
};

This approach allows you to merge configurations from baseConfig with your own tailwind.config.js file, ensuring consistency in Tailwind CSS configurations across projects.

You are also required to input the directory of the node_modules folder of the design system in the content array of your tailwind.config.js file.

This is done by adding the following line to the content array:

e.g.
'content: [
    "./index.html",
    "./src/**/*.{jsx,tsx}",
    "../node_modules/@waitingonalice/design-system/**/*.{cjs,js}",
  ],',

Or wherever your project's node_modules folder is located.

For more information refer to the official tailwind documentation. https://tailwindcss.com/docs/content-configuration

Using the Design System

  1. Install the package

For yarn users:

yarn add @waitingonalice/design-system

For npm users:

npm install @waitingonalice/design-system
  1. Import the components you need
import { Button } from '@waitingonalice/design-system';

Alternatively, you may split the components into smaller bundles to reduce the bundle size of your project. For example, if you only need the Button component, you can import it like this:

import { Button } from '@waitingonalice/design-system/components/button';
  1. Use the components
<Button>Click me</Button>
1.2.46

4 days ago

1.2.49

4 days ago

1.2.47

4 days ago

1.2.48

4 days ago

1.2.52

3 days ago

1.2.53

3 days ago

1.2.50

3 days ago

1.2.51

3 days ago

1.2.56

2 days ago

1.2.57

2 days ago

1.2.54

2 days ago

1.2.55

2 days ago

1.2.58

2 days ago

1.2.59

2 days ago

1.2.45

6 days ago

1.2.44

8 days ago

1.2.43

22 days ago

1.2.41

23 days ago

1.2.42

23 days ago

1.2.40

23 days ago

1.2.38

23 days ago

1.2.39

23 days ago

1.2.37

1 month ago

1.2.36

1 month ago

1.2.34

1 month ago

1.2.35

1 month ago

1.2.32

1 month ago

1.2.33

1 month ago

1.2.27

1 month ago

1.2.28

1 month ago

1.2.29

1 month ago

1.2.30

1 month ago

1.2.31

1 month ago

1.2.26

2 months ago

1.2.25

2 months ago

1.2.23

2 months ago

1.2.24

2 months ago

1.2.22

2 months ago

1.2.18

4 months ago

1.2.19

4 months ago

1.2.20

4 months ago

1.2.21

4 months ago

1.2.12

4 months ago

1.2.13

4 months ago

1.2.16

4 months ago

1.2.17

4 months ago

1.2.14

4 months ago

1.2.15

4 months ago

1.2.10

4 months ago

1.2.11

4 months ago

1.2.9

4 months ago

1.2.8

4 months ago

1.2.7

4 months ago

1.2.6

4 months ago

1.2.5

4 months ago

1.2.4

4 months ago

1.2.4-alpha.0

4 months ago

1.2.4-alpha.1

4 months ago

1.2.4-alpha.10

4 months ago

1.2.4-alpha.6

4 months ago

1.2.4-alpha.7

4 months ago

1.2.4-alpha.9

4 months ago

1.2.4-alpha.2

4 months ago

1.2.4-alpha.4

4 months ago

1.2.4-alpha.5

4 months ago

1.2.3

4 months ago

1.2.2

4 months ago

1.2.1

5 months ago

1.1.26-alpha.0

5 months ago

1.1.24-alpha.3

5 months ago

1.1.24-alpha.1

5 months ago

1.1.24-alpha.2

5 months ago

1.1.26

5 months ago

1.1.24-alpha.0

5 months ago

1.1.25

5 months ago

1.1.24

5 months ago

1.1.9

5 months ago

1.1.8

5 months ago

1.1.7

5 months ago

1.1.6

5 months ago

1.1.5

5 months ago

1.1.4

5 months ago

1.1.12

5 months ago

1.1.11

5 months ago

1.1.10

5 months ago

1.1.16

5 months ago

1.1.15

5 months ago

1.1.14

5 months ago

1.1.13

5 months ago

1.1.19

5 months ago

1.1.18

5 months ago

1.1.17

5 months ago

1.1.23

5 months ago

1.1.22

5 months ago

1.1.21

5 months ago

1.1.20

5 months ago

1.1.2

5 months ago

1.1.1

5 months ago

1.0.9

5 months ago

1.0.4

5 months ago

1.0.1

5 months ago

1.0.0

5 months ago