@velcure/ui
TypeScript icon, indicating that this package has built-in type declarations

1.35.0 • Public • Published

Velcure UI

Take a look at our Storybook.

Getting Started

Velcure can be easily integrated into your project through NPM. Simply run the following command:

npm install @velcure/velcure-ui framer-motion
npm --save-dev install tailwindcss

Update your tailwind.config.js file to include the following:

const velcurePlugin = require("@velcure/ui/theme");

module.exports = {
  content: [
    "./node_modules/@velcure/ui/**/*.{js,jsx,ts,tsx}"
  ],
  theme: {
    extend: {},
  },
  variants: {
    extend: {},
  },
  plugins: [velcurePlugin()],
}

Readme

Keywords

none

Package Sidebar

Install

npm i @velcure/ui

Weekly Downloads

0

Version

1.35.0

License

Apache-2.0

Unpacked Size

4.27 MB

Total Files

28

Last publish

Collaborators

  • julian.ts