Skip to content

shivanigangadharan/style-ui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Style UI

Style UI is a component library that lets you import and use various components easily into your webapp.

Deployed link -

https://style-ui.netlify.app/

Technology Used -

  • HTML
  • CSS
  • JavaScript

Installation -

To get the styles of the components, add the following line of code in the head tag of your HTML document.

  <link rel="stylesheet" type="text/css" href="https://style-ui.netlify.app/components.css" />
  
  <script src="https://kit.fontawesome.com/9903823db4.js" crossorigin="anonymous"></script>

Components Defined in Style UI -

  1. Alert - An alert displays a short, important message in a way that attracts the user's attention without interrupting the user's task.
  2. Avatar - An avatar is typically used to display a user profile as a picture, an icon, or short text.
  3. Badge - Badge generates a small badge to the top-right of its children component.
  4. Button - Buttons allow users to take actions, and make choices, with a single tap.
  5. Card - A card has multiple layouts and you can specify different class names in order to use different layouts.
  6. Grid - The grid adapts to screen size and orientation, ensuring consistency across layouts. size.
  7. Image - This image component is used to display images in a responsive manner, changing according to your screen size.
  8. Input - Text field inputs allow users to enter text into a UI. They typically appear in forms and dialogs.
  9. Lists - Lists are a continuous group of text or images. They are composed of items containing primary and supplemental actions, which are represented by icons and text.
  10. Modal - The modal component provides a solid foundation for creating dialogs, popovers, lightboxes, or whatever else.
  11. Navigation - Navigation bar is used to navigate through different pages in the web application with ease.
  12. Rating - Ratings provide insight regarding others' opinions and experiences, and can allow the user to submit a rating of their own.
  13. Slider - Sliders allow users to make selections from a range of values.
  14. Snackbar - Snackbars provide brief notifications. The component is also known as a toast.
  15. Text Utility - Use text utilities to maintain consistency in your text throughout your project.

Homepage

image

Installation page

image

Documentation page

image