1.0.11 • Published 5 months ago

react-designify v1.0.11

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

react-designify

React Designify contains foundational React UI component libraries for shipping new features faster.

React Designify is a comprehensive library of tailwind components.

React Designify is our library of "unstyled" components and low-level hooks. With Base, you gain complete control over your app's CSS and accessibility features.

React Designify is a collection of Tailwind CSS utilities to help you rapidly lay out custom designs.

React Designify is easier to understand and use than any other React UI component libraries

Vite must be included in your project

Create vite app using React framework

to create vite app run the following command

 npm create vite@latest

create vite-project in terminal

  ? Project name: » vite-project

select framework

   Select a framework: » React

select variant

   Select a variant: » Javascript

then change the directory

   cd vite-project

after that you have to install npm using terminal

   npm i

Installation

Install react-designify with npm

  npm i react-designify

Usage/Examples

Here is an example of a basic app using react-designify Button component:

At first you have to import our css in main.jsx file

import React from 'react'
import ReactDOM from 'react-dom/client'
import App from './App'
import "react-designify/styles/output.css"
import "react-designify/styles/extra.css"

ReactDOM.createRoot(document.getElementById('root')).render(
  <React.StrictMode>
    <App />
  </React.StrictMode>,
)

After that you have to import our Button component in your react component from react-designify components

import React from 'react'
import {Button} from "react-designify/components/button"
function App() {
  return (
      <Button text="Submit" type="dark" />
  )
}

Running the project

To run the project, run the following command

  npm run dev

Hi, I'm Chandan payra! 👋

https://github.com/chandanpayra980034

If you want to more information 👋

https://guriasoft.com

1.0.11

5 months ago

1.0.9

1 year ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago