0.77.0 • Published 7 years ago

react-conventions v0.77.0

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

React:ions

Circle CI Status for GetAmbassador/react-conventions

Codacy Badge

React:ions is a suite of React components that implement Ambassador's Design and UX patterns. They are designed to be re-usable and composable across large-scale web applications.

Check out our documentation site for live examples.

Installation

Ambassador's React Conventions is available as an npm package.

$ npm install react-conventions

Run the app:

$ npm start

Point your browser to http://localhost:3000

Usage

Using Ambassador's react components is very straightforward.

import React from 'react'
import Button from 'react-conventions/lib/Button'

const MyComponent = () => (
  <Button />
);

export default MyComponent

License

This project is licensed under the terms of the MIT license

Release Process

  1. Checkout / pull latest master branch
  2. Create a new branch (named like release_v0_0_5)
  3. Run: $ npm run build:release
  4. Run: $ npm version <semantic_version> (ex: 0.57.0)
  5. Edit CHANGELOG.md to reflect changes since last release
  6. Ping someone to review CHANGELOG.md
  7. Create a pull request for this branch
  8. Merge pull request
  9. Create release on Github
  10. Run: $ npm publish
  11. Ensure new version is published: https://npmjs.com/react-conventions
0.77.0

7 years ago

0.76.0

7 years ago

0.75.0

7 years ago

0.74.0

7 years ago

0.73.0

7 years ago

0.72.0

7 years ago

0.71.0

7 years ago

0.70.0

7 years ago

0.69.0

7 years ago

0.68.0

7 years ago

0.67.0

8 years ago

0.66.0

8 years ago

0.65.0

8 years ago

0.64.0

8 years ago

0.63.0

8 years ago

0.62.0

8 years ago

0.61.0

8 years ago

0.60.0

8 years ago

0.59.0

8 years ago

0.58.0

8 years ago

0.57.0

8 years ago

0.56.0

8 years ago

0.55.0

8 years ago

0.54.0

8 years ago

0.53.0

8 years ago

0.52.0

8 years ago

0.51.0

8 years ago

0.50.0

8 years ago

0.49.0

8 years ago

0.48.0

8 years ago

0.47.0

8 years ago

0.46.0

8 years ago

0.45.0

8 years ago

0.44.0

8 years ago

0.43.0

8 years ago

0.42.0

8 years ago

0.41.0

8 years ago

0.40.0

8 years ago

0.39.0

8 years ago

0.38.0

8 years ago

0.37.0

8 years ago

0.36.0

8 years ago

0.35.0

8 years ago

0.34.0

8 years ago

0.33.0

8 years ago

0.32.0

8 years ago

0.31.0

8 years ago

0.0.30

8 years ago

0.0.29

8 years ago

0.0.28

8 years ago

0.0.27

8 years ago

0.0.26

8 years ago

0.0.25

8 years ago

0.0.24

8 years ago

0.0.23

8 years ago

0.0.22

8 years ago

0.0.21

8 years ago

0.0.20

8 years ago

0.0.19

8 years ago

0.0.18

8 years ago

0.0.17

8 years ago

0.0.16

8 years ago

0.0.15

8 years ago

0.0.14

8 years ago

0.0.13

8 years ago

0.0.12

8 years ago

0.0.11

8 years ago

0.0.10

8 years ago

0.0.9

8 years ago

0.0.8

8 years ago

0.0.7

8 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago