A set of UI components created with pure CSS, we always use components in our projects, I think this is the perfect tool for persons who loves simplicity.
Install via link or download the zip
<link rel="stylesheet" href="https://adrianolupossa.github.io/neptuno/dist/css/neptuno.min.css" />
Chrome | Firefox | Internet Explorer | Opera | Safari | Edge |
---|---|---|---|---|---|
Android | Yes | Yes | N/A | Untested | N/A |
iOS | No | N/A | N/A | Untested | Yes |
Mac OS X | Yes | Yes | N/A | Untested | Yes |
Windows | Yes | Yes | Yes (9+) | Untested | Yes |
Internet Explorer | |
---|---|
Carousel | 9+ * |
Dropdown | 9+ * |
Modal | 9+ * |
Tab | 9+ * |
Tooltip | 8+ * ** |
* CSS3 transitions are not supported in IE8 and below.
For Issues, pull requests and coding standards.
The CSS should be modified using the Stylus preprocessor.
# 1. Fork this repository and clone it into the current directory
git clone https://github.com/<your-username>/neptuno.git
# 2. Navigate to the newly cloned directory
cd neptuno
# 3. Install the dependencies
npm install
# For start the server, watching your .styl files changes and compile CSS
gulp
# Compress zip files
gulp build
# Open your Pull Request
MIT License © Adriano Lupossa