@pittorica/react
v0.26.3
Published
This package is a collection of all the React components in the Pittorica design system.
Readme
@pittorica/react
This package is a collection of all the React components in the Pittorica design system.
Installation
To install the entire component library, run the following command:
npm install @pittorica/reactYou will also need to install the core pittorica package which contains the CSS.
npm install pittoricaUsage
Once installed, you can import the components from @pittorica/react.
import 'pittorica/reset';
import 'pittorica/tokens';
import { Button, Card } from '@pittorica/react';
function MyApp() {
return (
<Card>
<Button>Click me</Button>
</Card>
);
}Available Components
This package includes the following components:
AlertDialogAspectRatioAvatarBadgeBlockquoteBoxButtonCalloutCardCarouselCheckboxCheckboxCardCheckboxGroupChipCodeContainerContextMenuDataListDialogDividerDropdownMenuEmFlexGridHeadingHoverCardIconButtonInsetKbdLinkPopoverProgressQuoteRadioRadioCardRadioGroupSectionSegmentedControlSelectSheetSkeletonSliderStackStrongSwitchTableTabsTextTextAreaTextFieldThemeToastTooltip
License
This project is licensed under the MIT License.
Copyright (c) 2025 Davide Di Criscito
For the full details, see the LICENSE file.
