An open API service indexing awesome lists of open source software.

https://github.com/fruitware/darwin


https://github.com/fruitware/darwin

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

Darwin Design System

Start your development with a Design System for Bootstrap 4. It is open source, free and it features many components that can help you create amazing websites.

Fully Coded Components

Darwin Design System is built with over 100 individual components, giving you the freedom of choosing and combining. All components can take variations in colour, that you can easily modify using SASS files.

You will save a lot of time going from prototyping to full-functional code, because all elements are implemented. This Design System is coming with prebuilt examples, so the development process is seamless, switching from our pages to the real website is very easy to be done.

Every element has multiple states for colors, styles, hover, focus, that you can easily access and use.

Complex Documentation

Each element is well presented in a very complex documentation. You can read more about the idea behind this design system here. You can check the components here and the foundation here.

Documentation

The documentation for the Darwin Design System is hosted at our website.

File Structure

Within the download you’ll find the following directories and files:



darwin/
├── LICENSE.md
├── README.md
├── assets/
└── js/
│ ├── darwin.js
│ └── darwin.min.js
│ └── header.js
│ └── carousel.js
└── scss/
│ ├── bootstrap/
│ ├── custom/
│ ├── darwin.scss
│ ├── darwinfull.scss
│ ├── darwinstyling.scss
└── vendor/
├── bootstrap/
├── bootstrap-datepicker/
├── jquery/
├── popper/