genericshared

v1.1.0arrow_drop_down
v1.1.0
v1.0.1
STATUS
Passing
DOWNLOADS
2
VISIBILITY
Public
PUBLISHED
5 years ago
SIZE
N/A
Set basic typography that has far reach.
1 contributor
Install genericshared as a package?
Copied
npm i @bit/ashwani18.lss-shared-ui-components.styles.genericshared
Set Bit as a scoped registryLearn more
npm config set '@bit:registry' https://node.bit.cloud
Component Example
React
React
Vue
Angular
React Native
Add dependency... help_outline
Just
import
any of the 1 million components
and packages in Bit or NPM to the example.
import Button from '@bit/grommet.grommet.button';
import Lodash from 'lodash';
toggle layout
chevron_left
chevron_right

Set basic typography that has far reach. Applying default font sizes allows us to use REMs relative to what we define.

16px is usually the browser default size setting font-size to a pixel value here will not allow users to set their browser font so we set to (20/16) => 1.25rem => 20px and allow users to override for accessibility

Help and resources