Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bajajcodes/developersui
A component library which helps developers get rid of repetitve work, progress in projects and lose the extra un-creativity.
https://github.com/bajajcodes/developersui
Last synced: 13 days ago
JSON representation
A component library which helps developers get rid of repetitve work, progress in projects and lose the extra un-creativity.
- Host: GitHub
- URL: https://github.com/bajajcodes/developersui
- Owner: bajajcodes
- Created: 2022-01-28T17:39:29.000Z (almost 3 years ago)
- Default Branch: temp-dev
- Last Pushed: 2022-05-28T10:35:11.000Z (over 2 years ago)
- Last Synced: 2024-10-11T12:10:19.285Z (about 1 month ago)
- Language: HTML
- Homepage: https://dev-ui.netlify.app/
- Size: 121 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Developers Ui
> A component library which helps developers get rid of repetitve work, progress in projects and lose the extra weight (doing non-creative work).## Tech Used
- HTML
- CSS
- Javascript
- Github
----
## Components
- Alert
- Avatar
- Badge
- Button
- Card
- Heading
- Image
- Input
- List
- Navbar
----
## Demo- #### Here is small video which shows Developers Ui component library and also use it in the web app itself.
https://user-images.githubusercontent.com/29247011/154857817-d4ce29af-c34f-4518-9966-c38969c3efe5.mp4----
## Live Url
> [Developers Ui](https://dev-ui.netlify.app/)
----## How to use
> - ### How to run web app
>
>>
>> ``` html
>>
>> Import Link in HTML file
>>
>> Copy-paste the stylesheet into your before all other stylesheets to load our CSS.
>>
>> ```
>> ``` css
>> Import in CSS file
>>
>> Import the stylesheet into your stylesheet before all other styles to load our CSS.
>> @import url("https://dev-ui.netlify.app/css/devui.css");
>>
>> ```
>>
> - ### How to run app locally
>> 1. Clone the component library onto your local system.
>> 2. Copy the css folder onto your project location and rename as dev-ui-css.
>> 3. Now import in css or link in html files where ever your find it useful to use.
>>
>