0.2.19 • Published 9 months ago

@unwrapdev/library v0.2.19

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

Unwrap Dev Library

This project contains a UI Kit and Utils library

Available Scripts

In the project directory, you can run:

yarn storybook

Deploy Guide:

yarn build-dist npm publish --access public

Website Install Guide:

Install next-transpile-modules npm install next-transpile-modules

Add it to your next.config.js

/** @type {import('next').NextConfig} */
const withTM = require('next-transpile-modules')(['@unwrapdev/library']); // pass the modules you would like to see transpiled

const nextConfig = {
  reactStrictMode: true,
}

module.exports = withTM(nextConfig)

Update your tailwind content field

const defaultTheme = require('tailwindcss/defaultTheme');
const unwrapTheme = require("@unwrapdev/library/tailwind.config");
module.exports = {
	content: ['./src/**/*.{js,jsx}', './node_modules/@unwrapdev/library/dist/components/**/*.tsx'],
	theme: {
		...unwrapTheme.theme,
		screens: {
			xs: '475px',
			...defaultTheme.screens,
		},
		...
	},
};

Make sure your tailwind supports a primary and secondary color shades

Install Shadcn (radix)

TODO

  1. Host on vercel
  2. Add contentful support
0.2.19

9 months ago

0.2.18

9 months ago

0.2.17

10 months ago

0.2.16

10 months ago

0.2.15

10 months ago

0.2.14

10 months ago

0.2.13

10 months ago

0.2.12

10 months ago

0.2.11

10 months ago

0.2.9

10 months ago

0.2.8

10 months ago

0.1.33

1 year ago

0.1.34

1 year ago

0.2.1

1 year ago

0.2.0

1 year ago

0.2.7

1 year ago

0.2.6

1 year ago

0.2.3

1 year ago

0.2.2

1 year ago

0.2.5

1 year ago

0.2.4

1 year ago

0.1.30

1 year ago

0.1.31

1 year ago

0.1.32

1 year ago

0.1.27

1 year ago

0.1.28

1 year ago

0.1.29

1 year ago

0.1.23

1 year ago

0.1.24

1 year ago

0.1.25

1 year ago

0.1.26

1 year ago

0.1.22

1 year ago

0.1.20

1 year ago

0.1.21

1 year ago

0.1.19

1 year ago

0.1.18

1 year ago

0.1.17

1 year ago

0.1.16

1 year ago

0.1.15

1 year ago

0.1.14

1 year ago

0.1.13

1 year ago

0.1.12

1 year ago

0.1.11

1 year ago

0.1.10

1 year ago

0.1.9

1 year ago

0.1.8

1 year ago

0.1.7

1 year ago

0.1.6

1 year ago

0.1.5

1 year ago

0.1.4

1 year ago

0.1.3

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago