0.0.44 • Published 4 months ago

atomic-uds-next-app v0.0.44

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

smart-uds-atoms-nextjs-typescript

Overview

Smart UDS Atoms is a component library built with Next.js and TypeScript, following atomic design principles. It provides reusable UI components (atoms, molecules, organisms, etc.) to streamline development and maintain consistency across projects. This repository serves as a foundation for building scalable web applications with modern tooling.

Typical Atoms Components

Component Name Description Example Props/Features Button Basic interactive button variant, size, onClick, disabled Input Text input field type, placeholder, onChange, error Icon SVG/icon display name (icon type), size, color Typography Text elements (headings, paragraphs) variant (h1-h6, body), align, color Avatar User/profile image src, alt, size, shape (circle/square) Badge Small status indicator count, variant (success/error), position Spinner Loading indicator size, color, speed Checkbox Toggle checkbox checked, onChange, disabled Radio Radio button selected, onChange, label Chip Compact element for tags/filters label, onDelete, color Divider Horizontal/vertical separator orientation, thickness, color ProgressBar Visual progress indicator value, max, variant (linear/circular)

Configuration

Step 1:

npm i atomic-uds-next-app

Step 2:

npm i @heroicons/react ajv enzyme next react react-dom

Step 3:

replace your tailwind.config.ts with https://github.com/devprakashduve/smart-uds-atoms-nextjs-typescript/blob/main/tailwind.config.ts

Step 4:

replace https://github.com/devprakashduve/smart-uds-atoms-nextjs-typescript/blob/main/src/app/globals.css

you can start using components

for component reference you can clone the repo in local and run

npm run storybook

0.0.40

4 months ago

0.0.41

4 months ago

0.0.44

4 months ago

0.0.34

4 months ago

0.0.37

4 months ago

0.0.23

5 months ago

0.0.24

5 months ago

0.0.25

5 months ago

0.0.26

5 months ago

0.0.27

5 months ago

0.0.20

5 months ago

0.0.21

5 months ago

0.0.18

5 months ago

0.0.19

5 months ago

0.0.17

5 months ago

0.0.16

5 months ago

0.0.15

5 months ago

0.0.14

5 months ago

0.0.13

5 months ago

0.0.12

5 months ago

0.0.11

5 months ago

0.0.1

5 months ago