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

@oasislabs/style

Package Overview
Dependencies
Maintainers
6
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@oasislabs/style

Oasis Labs Styling

  • 1.0.0-rc.11
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
15
increased by275%
Maintainers
6
Weekly downloads
 
Created
Source

Oasis Style

Universal Oasis styling.

Usage

This repository comes with two projects:

  1. A global Bulma-lite* css framework that can be imported into a project and used agnostic of any javascript framework
  2. A set of Vue components that can be used in any Vue project

1. Using the css framework

Import oasis.scss into an existing project. The project must be able to build scss files correctly (using scss-loader in webpack for example)

import '@oasislabs/style';

More documentation will come once this framework takes shape.

2. Using the Vue components

Import oasis.scss into the top-level component. The project must be able to build scss files correctly (using scss-loader in webpack for example)

import '@oasislabs/style';

Import and use any component available in styles/vue/components

import { Button } from '@oasislabs/style/vue/components';

More documentation will come once this framework takes shape.

Development

To help facilitate the development of new components, Storybook has been added.

When developing new components, create a story along with it.

To run storybook,

npm install
npm run storybook

Today, Storybook is set up for Vue, but it can also be added for other frameworks in the future.

FAQs

Package last updated on 04 Dec 2019

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