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

@7shifts/sous-chef

Package Overview
Dependencies
Maintainers
0
Versions
357
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@7shifts/sous-chef

7shifts component library

  • 3.67.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
519
increased by394.29%
Maintainers
0
Weekly downloads
 
Created
Source

@7shifts/sous-chef

The 7shifts component library

codecov NPM BUNDLE-SIZE TREE-SHAKING

Install

yarn add @7shifts/sous-chef

or

npm install --save @7shifts/sous-chef

Usage

import React, { Component } from 'react';

import { DataTable } from '@7shifts/sous-chef';
import '@7shifts/sous-chef/dist/index.css';

class Example extends Component {
    items = [
        {
            employeeName: 'Steve Lawrence',
            date: 'Jun 22, 2019',
            hours: 15
        },
        {
            employeeName: 'Alex Andrade',
            date: 'Jan 15, 2020',
            hours: <span style={{ color: 'red' }}>8</span>
        }
    ];
    render() {
        return <DataTable items={items} />;
    }
}

Documentation

You can find the components documentation in here.

Contributing

Check out our contributing guide.

License

MIT © 7shifts

FAQs

Package last updated on 20 Dec 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