alphajwc / Effsemble-component

Consists of a collection of common React component for web ui

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Effsemble Component

N|Solid

Effsemble is an extensive library of blocks and components specifically designed for web developers and designers to conveniently reference various styles of common website elements using Tailwind CSS. By levraging Effsemble, you can rapidly and effectively assemble website components, optimize your workflow, and enhance your productivity.

Component list:

  • Accordion
  • Alert
  • Badge
  • Breadcumb
  • DropdownMenu
  • ListBox
  • Modal
  • Notification
  • Pagination
  • Radio
  • Step
  • Tab
  • Toggle
Accordion Alert
Badge Breadcumb
DropdownMenu ListBox
Modal Notification
Pagination Radio
Step Tab
Toggle

Installation

Requires Node.js v10+ to run.

Install the dependencies and devDependencies and start the server.

npm install

Main Files and Descriptions

components/   (includes all components)
├── Accordion
├── Alert
├── Badge 
├── Breadcumb
├── DropdownMenu
├── ListBox
├── Modal
├── Notification
├── Pagination
├── Radio
├── Step
├── Tab
├── Toggle
Pages/   (includes all demo pages)
├── accordion
├── alert
├── badge 
├── breadcumb
├── dropdownMenu
├── listBox
├── modal
├── notification
├── pagination
├── radioGroup
├── step
├── tab
├── toggle

Demo

Start the Next.js Server

npm run dev

Use the following link to access the specific page

http://localhost:8080/{PAGE_NAME}/{[COMPONENT_NAME]StyleOneDemo}

for example

http://localhost:8080/accordion/AccordionStyleOneDemo

License

MIT

About

Consists of a collection of common React component for web ui


Languages

Language:TypeScript 96.4%Language:JavaScript 3.4%Language:CSS 0.2%