Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
@vtex-components/divider
Advanced tools
Elementary accessible `hr`, that can be reused by all VTEX Styleguides. You can use reakit full features (except the 'as' prop) and theme-ui's sx. It renders a `hr` element by default.
Elementary accessible hr
, that can be reused by all VTEX Styleguides.
You can use reakit full features (except the 'as' prop) and theme-ui's sx.
It renders a hr
element by default.
This is a styled base component, so any Styleguide can theme it. You may configure your
components.divider
property of the theme object (check the theming section).
yarn add @vtex-components/divider
or
npm install @vtex-components/divider
import Divider from '@vtex-components/divider'
function UseCase() {
return <Divider orientation="horizontal" />
}
Modifier | Description |
---|---|
styles | base styles |
orientation | Divider orientation |
You can define the theme with:
const theme = {
components: {
divider: {
styles: {...},
orientation: {
vertical: {...},
horizontal: {...}
}
},
},
}
Then use the Divider:
<Divider orientation="horizontal"/>
<Divider orientation="vertical"/>
FAQs
Elementary accessible `hr`, that can be reused by all VTEX Styleguides. You can use reakit full features (except the 'as' prop) and theme-ui's sx. It renders a `hr` element by default.
The npm package @vtex-components/divider receives a total of 0 weekly downloads. As such, @vtex-components/divider popularity was classified as not popular.
We found that @vtex-components/divider demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 5 open source maintainers collaborating on the project.
Did you know?
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.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.