Skip to content

CSS Component library built for reusable components across web

Notifications You must be signed in to change notification settings

ramalingaa/RAGA-UI

Repository files navigation

RAGA UI

RAGA UI is a CSS component library, comes with pre-defined CSS classes which helps in building websites on the go.

Deployment

To use RAGA UI in your project include below CDN in HTML header

  <link rel="stylesheet" href="https://ragaui.netlify.app/Components.css" />

Documentation

View the full docs here

Components included:

  • Avatar
  • Alert
  • Badge
  • Button
  • Card
  • Grid
  • Image
  • Input
  • List
  • Modal
  • Nav-bar
  • Rating
  • Toast
  • Utilities

Features

  • One design system across all components.
  • CSS classes can be used independtly of the components.
  • Components are designed based on functionality requirements.
  • Cross platform.
  • Can be used with other libraries.
  • Customization is possible to change the layouts based on requirements.
  • Size varients available for different screen sizes

Color Reference

RAGA follows Analogous color scheme, Below is the color palette, used by RAGA, listed with the hex-codes.

Color Hex
--praimry-color #6366F1 #6366F1
--praimry-alert #F44336 #F44336
--praimry-success #4CAF50 #4CAF50
--praimry-warning #FF9800 #FF9800

Demo

App Screenshot

Usage/Examples

<span class="alert primary">Primary! This is a Primary Alert - Check it now!</span>
<span class="alert error">Error! This is an Error Alert - Check it now!</span>
<span class="alert success">Success! This is a Success Alert - Check it now!</span>
<span class="alert warning">Warning! This is a Warning Alert - Check it now!</span>

Screenshots

App Screenshot

Authors

Contributing

Interested in contributing to this repo? Submit a PR for a new feature/bug fix.

Feedback

If you have any feedback, please reach out to us at @[email protected]

About

CSS Component library built for reusable components across web

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published