-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
466e15d
commit d4b3088
Showing
175 changed files
with
11,889 additions
and
1,671 deletions.
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,26 +1,34 @@ | ||
# [Bulma Boilerplate](https://creativebulma.net/) | ||
The official CreativeBulma Template Boilerplate. | ||
# Introduction | ||
This components has been developped as a [Bulma](https://bulma.io) extension and brings **a full-featured user interface for managing tags** to your project. | ||
|
||
This project provides a starter-kit to ease your Bulma.io template development based on the last [Bulma.io](https://bulma.io) version, [Gulp](https://gulpjs.com/) as build processor and [Jekyll](https://jekyllrb.com/) to provide a demo site for your template. | ||
[![npm](https://img.shields.io/npm/v/@creativebulma/bulma-tagsinput.svg)](https://www.npmjs.com/package/@creativebulma/bulma-tagsinput) | ||
[![npm](https://img.shields.io/npm/dm/@creativebulma/bulma-tagsinput.svg)](https://www.npmjs.com/package/@creativebulma/bulma-tagsinput) | ||
[![](https://data.jsdelivr.com/v1/package/npm/@creativebulma/bulma-tagsinput/badge)](https://www.jsdelivr.com/package/npm/@creativebulma/bulma-tagsinput) | ||
|
||
Create your own customized Bulma template with this well organised starter project. | ||
|
||
For more information see our post on [CreativeBulma](https://creativebulma.net/blog/start-creating-bulma-template-with-ease). | ||
--- | ||
|
||
## Prerequisites | ||
This component extends [Bulma CSS Framework](https://bulma.io) and requires it to work. | ||
|
||
## Get Started | ||
```shell | ||
npm install -g create-project | ||
npm i -D @creativebulma/bulma-tagsinput | ||
``` | ||
Full installation steps can be found here: [installation steps](https://demo.creativebulma.net/components/tagsinput/1.0/get-started) | ||
|
||
Create a new project | ||
```shell | ||
create-project new-project-name @creativebulma/bulma-boilerplate | ||
``` | ||
## Documentation & Demo | ||
Full documentation and demo are available [here](https://demo.creativebulma.net/components/tagsinput/1.0/) | ||
|
||
## About the project | ||
BulmaTagsInput is © 2020 by [CreativeBulma](https://creativebulma.net). | ||
|
||
**If you enjoy this component, have a look at our [MarketPlace](https://creativebulma.net) and discover Free and Premium Bulma components and Templates.** | ||
|
||
## License | ||
BulmaTagsInput is distributed under [MIT](https://github.com/CreativeBulma/bulma-tagsinput/blob/master/LICENSE) license. | ||
|
||
## Contributing | ||
**Contribution are welcome!** | ||
You found a bug, a typo issue ? Feel free to create a PR on the [github repository](https://github.com/CreativeBulma/bulma-tagsinput/) of this project. | ||
|
||
## Documentation | ||
There is 2 ways to access to the documentation: | ||
1. Directly open the file `docs/index.html` within your favorite browser | ||
2. Execute the command (this command will run a local webserver powered by Hugo) | ||
```shell | ||
npm run doc | ||
``` | ||
When contributing to this project, please first discuss the change you wish to make via issue on the [github repository](https://github.com/CreativeBulma/bulma-tagsinput/issues), email, or any other method with the owners of this project before making a change. |
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
Oops, something went wrong.