-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
First outline for the Fever UI Framework
- Loading branch information
Showing
1 changed file
with
61 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,62 @@ | ||
fevr | ||
Fever | ||
==== | ||
|
||
Fever is a user interface framework designed for the rapid development of web applications. | ||
|
||
Extending learnings from the Bootstrap and Foundation predecessors, Fever builds upon industry-standard development techniques to provide lightweight layouts and styling for native HTML elements with powerful UI components to build rich application interfaces. | ||
|
||
|
||
#### What's included: | ||
- **Base** | ||
- Typography | ||
- Headings | ||
- Labels | ||
- Lists | ||
- Blockquotes | ||
- Abbreviations | ||
- Addresses | ||
- Inline styles | ||
- Icons | ||
- **Grids** | ||
- Static and Responsive | ||
- Intuitive Helper Classes | ||
- **Forms** | ||
- Inline form | ||
- Stacked form | ||
- Aligned Form | ||
- Grouped fields | ||
- Disabled inputs | ||
- Validation styles (ala angular.js) | ||
- Checkboxes | ||
- Radios | ||
- Sliders | ||
- **Buttons** | ||
- Default buttons | ||
- Disabled buttons | ||
- Active buttons | ||
- Primary buttons | ||
- Button groups | ||
- Button dropdowns | ||
- Buttons with different sizes | ||
- Buttons with icons | ||
- **Tables** | ||
- Default table | ||
- Bordered table | ||
- Table with Horizontal borders | ||
- Striped table | ||
- **Menus** | ||
- Horizontal Menu | ||
- Vertical Menu | ||
- Dropdowns | ||
- Pagination | ||
- Tabs | ||
- **Media** | ||
- Avatars / Thumbnails | ||
- Lightbox gallery | ||
- **Components** | ||
- Tooltips | ||
- Modal windows | ||
- Alert dialogs | ||
- Content Popovers | ||
- Calendar widgets | ||
- Progress bars |