1.1.5 • Published 9 months ago

nekta v1.1.5

Weekly downloads
-
License
CC0-1.0
Repository
github
Last release
9 months ago

Nekta

Nekta is a simple library of useful components for NextJS + Tailwind projects.

Install & Setup Library

Install package using npm:

npm install nekta

Add the following path to the content section your tailwind.config.js file:

    './node_modules/nekta/**/*.{js,ts,jsx,tsx}'

Setup the required colors in your tailwind.config.js file (Customise the colors to your liking):

{ 
    base: {
      100: "#FFFFFF",
      200: "#f4f6fc",
      300: "#DFE5EB",
    },
    baseContent: "#30313d",
    baseContentAlt: "#5C5B61",
    primary: "#f48305",
    primaryAlt: "#c36904",
    primaryContent: "#000000",
    secondary: "#4f2506",
    secondaryAlt: "#3f1e05",
    secondaryContent: "#FFFFFF",
    error: "#fa7175",
    disabled: "#6b7280",
}

Examples

For examples of how to use the components in this library please visit the Nekta Website.

Websites using Nekta

Other Useful CC0 Libraries

Contributing

If you would like to contribute to this project please create a pull request.

1.1.5

9 months ago

1.1.4

1 year ago

1.1.3

1 year ago

1.1.2

1 year ago

1.1.1

1 year ago

1.1.0

1 year ago

1.0.0

1 year ago

0.0.13

1 year ago

0.0.12

1 year ago

0.0.11

1 year ago

0.0.10

1 year ago

0.0.9

1 year ago

0.0.8

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago