New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@rambler-help/shared

Package Overview
Dependencies
Maintainers
0
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

@rambler-help/shared

> Общие React компоненты для проектов вертикалей Рамблера.

10.99.99
unpublished
npm
Version published
Maintainers
0
Created
Source

Rambler UI

Общие React компоненты для проектов вертикалей Рамблера.

Установка

npm install --save rambler-ui

Использование

// src/index.js
import React from 'react'
import {render} from 'react-dom'
import App from './App'

render(<App />, document.getElementById('app'))

// src/App.js
import React from 'react'
import Button from 'rambler-ui/Button'

export default () => (
  <div>
    <Button buttonType="button">
      Кнопка
    </Button>
  </div>
)

Более подробно про установку и использование можно прочитать в документации и в описании API компонентов.

Разработка

Лицензия

MIT

FAQs

Package last updated on 16 Oct 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