0.0.8 • Published 8 months ago

zuma-blocks v0.0.8

Weekly downloads
-
License
ISC
Repository
github
Last release
8 months ago

Zuma Blocks

Blocks which are used for building music websites.

Usage

# pnpm install
pnpm add zuma-blocks
# npm install
npm install zuma-blocks
# yarn install
yarn add zuma-blocks

TailwindCSS

To carry through TailwindCSS styles in a consuming project, you'll need to update the consuming project's tailwind.config.js to recognize the zuma-blocks ./node_modules/zuma-blocks/dist/**/*.{js,ts,jsx,tsx} folder. For example, your tailwind.config.js might look something like this:

module.exports = {
  content: [
    "./app/**/*.{js,ts,jsx,tsx}",
    "./pages/**/*.{js,ts,jsx,tsx}",
    "./components/**/*.{js,ts,jsx,tsx}",
    "./node_modules/zuma-blocks/dist/**/*.{js,ts,jsx,tsx}",
  ],
  theme: {},
  plugins: [],
};

Development

# Start dev server
pnpm dev

# Build for production
pnpm build

# Build in watch mode (for testing in other projects)
pnpm build --watch

License

ISC - free to use and modify

0.0.8

8 months ago

0.0.7

8 months ago

0.0.6

8 months ago

0.0.5

8 months ago

0.0.4

9 months ago

0.0.3

9 months ago

0.0.2

9 months ago

0.0.1

9 months ago

0.0.0

9 months ago