Sudo UI is a CSS based component library that you can import in your project and use the pre-defined components as per your requirments.
Add the following line of code in the head tag of your HTML document.
<link rel="stylesheet" href="https://sudo-ui.netlify.app/components/components.css">- Avatar
- Alert
- Badge
- Button
- Card
- Images
- Input
- Text-Utilities
- Lists
- Navigation
- Modal
- Rating
- Toast
- Grid
- Slider
An avatar is a graphical representation of a user or the user's character or persona. Learn more about Avatars here.
- Images avatars
- Fallback text avatars
Alerts are used to attract user's attention for important information without interrupting the user's flow. Learn more about alerts here.
- Primary Alert
- Success Alert
- Warning Alert
- Danger Alert
Badges are used to show user current status, notification counts or any updates. Learn more about badges
- Badges on avatars
- Badges on icons
Buttons is a clickable interface which is used to perform any action on the web page.
Learn how to use Azure UI's buttons
- Solid buttons
- Primary button
- Secondary button
- Icon button
- Float button
- Link button
- Outline buttons
- Primary button
- Secondary button
- Icon button
- Float button
Cards are used to show a brief detalis about something. It can be a user or a product or something else.Learn more abour cards here.
- Vertical card
- Horizontal Card
- Card with Badge
- Text only card
- Dismiss card
- Card with text overlay
Images can be responsive to fit their parent element full width. Check the docs here.
- Responsive Image
- Rounded Image
Inputs are used to take information from users.
Check the docs here.
- Textarea
- Input with validation error
We have some pre defined text style classes to style your texts. Check the docs here.
- Heading text
- Small text
- Grey text
- Aligned text
List are used to show some information in a structured way. Check the docs here.
- Normal List
- Stacked List
Modal are used to grab the user attention and show some important information.
Check the docs here.
Rating components are used to show customer satisfaction with the product or service.
Check the docs here.
A toast provides simple feedback about an operation in a small popup.
Check the docs here.
Grids are used to make complex designs easily.
Check the docs here.
- 50:50 Layout
- 70:30 Layout
- 4 Column layout
Slider are used to selcet a range.
Check the docs here.
