elevate-react
TypeScript icon, indicating that this package has built-in type declarations

0.3.8 • Public • Published

🚧 elevate-react (unreleased) 🚧

Elevate - Tailwind CSS components https://elevate-blockchain.github.io/elevate-component-library/

Build websites even faster with components on top of React and Tailwind CSS

Elevate - Tailwind CSS components See: https://elevate-blockchain.github.io/elevate-component-library/

Discord Total Downloads Latest release Licenese


elevate-react is an open source collection of UI components, built in React, with utility classes from Tailwind CSS that you can use as a starting point for user interfaces and websites

Table of Contents

Documentation

Documentation for elevate-react is not yet finished.

If you want to browse the components, visit elevate-react.com.

If you want to learn more about Elevate, visit Elevate docs.

Getting started

Make sure you have Node.js installed.

To use elevate-react, you need to setup elevate and also install elevate-react from npm or yarn.

elevate can be included as a plugin into an existing Tailwind CSS project.

  1. Install elevate as a dependency using npm by running the following command:
npm i elevate elevate-react # or yarn add elevate elevate-react
  1. Require elevate as a plugin inside the tailwind.config.js file, and include content from elevate-react:
module.exports = {
  content: [
    ...,
    'node_modules/elevate-react/**/*.{js,jsx,ts,tsx}'
  ],
  plugins: [..., require('')],
  ...
};

Package Sidebar

Install

npm i elevate-react

Homepage

./

Weekly Downloads

0

Version

0.3.8

License

MIT

Unpacked Size

8.76 kB

Total Files

2

Last publish

Collaborators

  • gofreddo