baoagency/polaris_view_components

ViewComponents for Polaris Design System

Ruby

433

791 commits

updated Sep 1, 2026

See the code

README

Polaris ViewComponents

Polaris ViewComponents is an implementation of the Polaris Design System using ViewComponent.

Polaris ViewComponents

Preview

https://polarisviewcomponents.org

Usage

Render Polaris ViewComponents:

<%= polaris_card(title: "Title") do %>
  <p>Card example</p>
<% end %>

Dependencies

Installation

Add polaris_view_components to your Gemfile:

bundle add polaris_view_components

Run installer:

bin/rails polaris_view_components:install

Upgrade

Check out UPGRADING.md for upgrade instructions.

Development

To get started:

  1. Run: bundle install
  2. Run: pnpm install
  3. Run: bin/dev

It will open the demo app with component previews on localhost:4000. You can change components and they will be updated on page reload. Component previews are located in demo/app/previews.

To run tests:

rake

Releases

The library follows semantic versioning. See GitHub Releases for release notes.

To draft a new release you need to run bin/release with a new version number:

bin/release VERSION

Where the VERSION is the version number you want to release. This script will update the version in the gem and push it to GitHub and Rubygems automatically.

To release a new version of npm package update the package.json file with the new version number and run:

pnpm release

After that make sure to commit changes in package.json.

Deploy

Before deploying make sure to:

  1. Copy demo/config/master.key from 1Password
  2. Set KAMAL_REGISTRY_PASSWORD in .env

Then run:

kamal deploy

License

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

polaris
rails
ruby
shopify

Contributors

kirillplatonov

636 commits

dan-gamble

86 commits

remy727

14 commits

k0va1

13 commits

baoagency/polaris_view_components

ViewComponents for Polaris Design System

Ruby

433

791 commits

updated Sep 1, 2026

See the code

README

Polaris ViewComponents

Polaris ViewComponents is an implementation of the Polaris Design System using ViewComponent.

Polaris ViewComponents

Preview

https://polarisviewcomponents.org

Usage

Render Polaris ViewComponents:

<%= polaris_card(title: "Title") do %>
  <p>Card example</p>
<% end %>

Dependencies

Installation

Add polaris_view_components to your Gemfile:

bundle add polaris_view_components

Run installer:

bin/rails polaris_view_components:install

Upgrade

Check out UPGRADING.md for upgrade instructions.

Development

To get started:

  1. Run: bundle install
  2. Run: pnpm install
  3. Run: bin/dev

It will open the demo app with component previews on localhost:4000. You can change components and they will be updated on page reload. Component previews are located in demo/app/previews.

To run tests:

rake

Releases

The library follows semantic versioning. See GitHub Releases for release notes.

To draft a new release you need to run bin/release with a new version number:

bin/release VERSION

Where the VERSION is the version number you want to release. This script will update the version in the gem and push it to GitHub and Rubygems automatically.

To release a new version of npm package update the package.json file with the new version number and run:

pnpm release

After that make sure to commit changes in package.json.

Deploy

Before deploying make sure to:

  1. Copy demo/config/master.key from 1Password
  2. Set KAMAL_REGISTRY_PASSWORD in .env

Then run:

kamal deploy

License

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

polaris
rails
ruby
shopify

Contributors

kirillplatonov

636 commits

dan-gamble

86 commits

remy727

14 commits

k0va1

13 commits

Languages

Ruby

59.3%

JavaScript

22.4%

HTML

13.1%

CSS

4.6%