Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@etchteam/mobius

Package Overview
Dependencies
Maintainers
5
Versions
118
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@etchteam/mobius

WRAP's design system

latest
npmnpm
Version
9.2.0
Version published
Weekly downloads
55
89.66%
Maintainers
5
Weekly downloads
 
Created
Source

Mobius design system

Storybook docs

Live demo

Install

npm install --save @etchteam/mobius

Usage

Install the global CSS in your main app file

import '@etchteam/mobius/src/styles/main.scss';
import '@etchteam/mobius/components.css';

// Optional font face
import '@etchteam/mobius/src/styles/fonts.scss';

Import a theme file

import '@etchteam/mobius/src/styles/themes/default/main.scss';
import React from 'react';
import { Button } from '@etchteam/mobius';

const MyComponent = () => (
  <Button
    type="primary"
    href="https://reactjs.org"
    target="_blank"
    rel="noopener noreferrer"
  >
    Learn React
  </Button>
)

FAQs

Package last updated on 29 Jan 2025

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