0.50.0 • Published 1 year ago

@buoysoftware/anchor-view-components v0.50.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Anchor ViewComponents

ViewComponents for Buoy’s Anchor Design System.

Dependencies

Installation

  1. Add anchor_view_components to your Gemfile and install:

    bundle add anchor_view_components && bundle install
  2. Add @buoysoftware/anchor-view-components to your package.json and install:

    yarn add @buoysoftware/anchor-view-components && yarn
  3. Add Anchor’s CSS to your application layout:

    <%= stylesheet_link_tag "anchor-view-components" %>
  4. Import Anchor’s Stimulus controllers and register them:

    import { registerAnchorControllers } from "@buoysoftware/anchor-view-components";
    
    registerAnchorControllers(application);
  5. Optionally, if you need Anchor’s Tailwind configuration to use its colors, fonts, and other design system values, add the following to your project’s tailwind.config.js:

    presets: [require("@buoysoftware/anchor-view-components/tailwind.config.js")]

Development

Install dependencies:

yarn install

bundle install

Previewing components

To see component previews:

  • Run yarn build:css --watch in the root of the project
  • Go to the demo/ directory, install dependencies, and run bin/dev
  • See the components at http://localhost:3000

Using local changes in another application (i.e. BuoyRails)

  • Run yarn build:css --watch
  • In target app, update the Gemfile to point to the this checked out directory
    • gem "anchor_view_components", path: "../anchor_view_components"
  • In target app, update the Package.json to point to the this checked out directory
    • "@buoysoftware/anchor-view-components": "file:../anchor_view_components"
  • Run bundle install && yarn install
  • Start or restart App and now all changes should reflect immediately

Releasing

See RELEASING.md

License

The gem is available as open source under the terms of the MIT License.

0.50.0

1 year ago

0.49.0

1 year ago

0.48.0

1 year ago

0.47.0

1 year ago

0.46.0

1 year ago

0.46.1

1 year ago

0.45.3

1 year ago

0.45.2

1 year ago

0.45.1

1 year ago

0.45.0

1 year ago

0.44.0

1 year ago

0.43.0

2 years ago

0.42.2

2 years ago

0.42.0

2 years ago

0.42.1

2 years ago

0.41.0

2 years ago

0.40.0

2 years ago

0.40.1

2 years ago

0.39.0

2 years ago

0.38.1

2 years ago

0.38.0

2 years ago

0.37.0

2 years ago

0.34.3

2 years ago

0.36.0

2 years ago

0.34.2

2 years ago

0.35.1

2 years ago

0.35.0

2 years ago

0.34.1

2 years ago

0.34.0

2 years ago

0.33.0

2 years ago

0.32.1

2 years ago

0.32.0

2 years ago

0.31.0

2 years ago

0.30.0

2 years ago

0.29.1

2 years ago

0.29.0

2 years ago

0.28.1

2 years ago

0.28.0

2 years ago

0.27.0

2 years ago

0.26.1

2 years ago

0.26.0

2 years ago

0.25.0

2 years ago

0.24.0

2 years ago

0.23.2

2 years ago

0.23.1

2 years ago

0.23.0

2 years ago

0.22.0

2 years ago

0.21.0

2 years ago

0.20.1

2 years ago

0.20.0

2 years ago

0.19.0

2 years ago

0.18.0

2 years ago

0.17.0

2 years ago

0.16.0

2 years ago

0.15.0

2 years ago

0.14.0

2 years ago

0.13.2

2 years ago

0.13.1

2 years ago

0.13.0

2 years ago

0.12.0

2 years ago

0.11.4

2 years ago

0.11.3

2 years ago

0.11.2

2 years ago

0.11.1

2 years ago

0.11.0

2 years ago

0.10.0

2 years ago

0.9.3

2 years ago

0.9.2

2 years ago

0.9.1

2 years ago

0.9.0

2 years ago

0.8.0

2 years ago

0.7.1

2 years ago

0.7.0

2 years ago

0.6.0

2 years ago

0.5.3

2 years ago

0.5.2

2 years ago

0.5.1

2 years ago

0.5.0

2 years ago

0.4.2

2 years ago

0.4.1

2 years ago

0.4.0

2 years ago

0.3.0

2 years ago

0.2.0

2 years ago

0.1.0

2 years ago