Skip to content

Commit

Permalink
Merge branch 'readme'
Browse files Browse the repository at this point in the history
  • Loading branch information
vill committed Apr 2, 2018
2 parents 700ea3a + 6aa99b3 commit ca11cd0
Showing 1 changed file with 21 additions and 19 deletions.
40 changes: 21 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,36 +1,38 @@
# Bemer::Bootstrap
# Bemer Bootstrap

Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/bemer/bootstrap`. To experiment with that code, run `bin/console` for an interactive prompt.
Переиспользуемые компоненты Bootstrap v3.

TODO: Delete this and the text above, and describe your gem
## Установка

## Installation

Add this line to your application's Gemfile:
Добавить в `Gemfile`:

```ruby
gem 'bemer-bootstrap'
gem 'bemer-bootstrap', '~> 0.1.0'
```

And then execute:
Выполнить в терминале команду:

$ bundle

Or install it yourself as:

$ gem install bemer-bootstrap

## Usage
## Использование

TODO: Write usage instructions here
[Пример приложения](https://github.com/vill/bemer-example) с использованием [bemer](https://github.com/vill/bemer) и [bemer-bootstrap](https://github.com/vill/bemer-bootstrap).

## Development
## Компоненты

After checking out the repo, run `bin/setup` to install dependencies. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
1. [Button](https://getbootstrap.com/docs/3.3/css/#buttons)
1. [Progress bar](https://getbootstrap.com/docs/3.3/components/#progress)
1. [Media object](https://getbootstrap.com/docs/3.3/components/#media)
1. [Pager](https://getbootstrap.com/docs/3.3/components/#pagination-pager)
1. [Blockquote](https://getbootstrap.com/docs/3.3/css/#type-blockquotes)
1. [Modal](https://getbootstrap.com/docs/3.3/javascript/#modals)
1. [Alert](https://getbootstrap.com/docs/3.3/components/#alerts)
1. [Panel](https://getbootstrap.com/docs/3.3/components/#panels)

To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
## Ссылки

## Contributing
1. https://getbootstrap.com/docs/3.3/components/

Bug reports and pull requests are welcome on GitHub at https://github.com/Alexander Grigorev/bemer-bootstrap.
## Лицензия

Copyright (c) 2018 Александр Григорьев. Более подробную информацию о лицензии можно получить в файле [LICENSE.txt](LICENSE.txt).

0 comments on commit ca11cd0

Please sign in to comment.