Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

atomic_view

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

atomic_view

  • 0.0.2
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

AtomicView

Component library built for Ruby on Rails with first-class support for ActionView using ViewComponent.

Installation

Install AtomicView from RubyGems by adding it to your Gemfile, and then bundling.

# Gemfile
gem "atomic_view"
bundle install

In your tailwind.config.js, add:

const execSync = require("child_process").execSync;
const atomicViewPath =
  execSync("bundle show atomic_view", { encoding: "utf-8" }).trim() +
  "/lib/atomic_view/components/**/*.{erb,rb}";

module.exports = {
  content: [
    // other paths...
    atomicViewPath,
  ],
};

Getting Started

There isn't anything to get started on yet!

Leading principles

  1. Work with Ruby on Rails out of the box by supporting ActionView and it's helpers
  2. Build with accessibility and responsiveness at the forefront
  3. Provide really good defaults, but allow flexibility with theming and styling

License

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

FAQs

Package last updated on 18 Aug 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc