-
Notifications
You must be signed in to change notification settings - Fork 14
Entities
We are currently researching and creating a collection of entities that will comprise the core building blocks of the web framework. Examples of entities include gallery, bar, and main navigation.
Entities should be context-sensitive so that, if they're in a grid, they behave accordingly, or if they're arranged just within the overall container, they fall into the overall container.
If you would like to contribute, please read Creating an Entity Prototype
The following entities are currently under development:
The following entities are awaiting prototyping. If you are interested in creating an entity, please feel free to jump in and help out!
- entity/button/button-groups
- entity/button/dropdown
- entity/button/split-button-dropdown
- entity/nav/tabs
- entity/nav/pill
- entity/nav/pagination
- entity/label (like the Bootstrap "label")
- entity/badge
- entity/img/thumbnail
- entity/alert
- entity/progress-bar
- entity/modal-dialog
- entity/tooltip
- entity/accordion
- entity/calendar
- entity/form
- entity/code
The following is a list of entities that may or may not be moved to the above "Upcoming" list to await prototyping.
- entity/audio
- entity/video
- entity/form/fieldset
- entity/form/legend
- entity/form/label
- entity/form/input
- entity/form/select
- entity/form/option
- entity/form/optgroup
- entity/form/textarea
- entity/form/help-text
- entity/form/search
- entity/form/datetimepicker
- entity/form/slider
- entity/form/autocomplete
- entity/form/editor
- entity/form/upload
- entity/link
- entity/abbr (with possible Bootstrap "initialism" class)
- entity/acronym
- entity/address
- entity/map (and entity/area)
- entity/definition-list (with possible Bootstrap horizontal form)
- entity/heading
- entity/b
- entity/i
- entity/ins
- entity/del
- entity/dfn
- entity/em
- entity/img (with possible Bootstrap styled forms and inline support from UCSD Kitchen Sink)
- entity/kbd
- entity/menu
- entity/p (with possible Bootstrap lead copy)
- entity/pre
- entity/q
- entity/s
- entity/samp
- entity/small
- entity/strike
- entity/strong
- entity/sub
- entity/sup
- entity/well (from Bootstrap)
- entity/close-icon (from Bootstrap)
- entity/scroll-spy (from Bootstrap)
- entity/popover (from Bootstrap)
- entity/typeahead (from Boostrap)
- entity/affix (from Bootstrap)
- entity/call-out-box (from UCSD Kitchen Sink and Foundation)
- entity/heading/link (from Foundation)
- entity/footnote
- entity/endnote
- entity/timeline
- entity/nav/megamenu
- entity/nav/tree
- entity/splitter (from Kendo UI)