1.0.5 • Published 6 years ago

box-cssframework v1.0.5

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

box

📦 A minimal CSS framework.

Installation

CDN (Recommended)

<link rel="stylesheet" href="https://unpkg.com/box-cssframework@latest/dist/box.min.css"/>

NPM

npm i box-cssframework

You'll then need to navigate to /node_modules/box-cssframework/dist/ and take out box.min.css.


Components

Text

text

Navbar

navbar

<ul class="nav">
  <li><a class="logo" href="#home">Logo</a></li>
  <li><a href="#">About</a></li>
  <li><a href="#">Install</a></li>
  <li><a href="#">Docs</a></li>
</ul>

Input

navbar

<form>
  <input type="text" id="name" name="name" value="John Doe">
</form>

Button

button

<a href="#" class="button">Link Button</a>

License

🎨 with ❤️ by vutondesign under the MIT License.

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago