ms-tools-ui 0.9.1
Install from the command line:
Learn more about npm packages
$ npm install @solana-foundation/ms-tools-ui@0.9.1
Install via package.json:
"@solana-foundation/ms-tools-ui": "0.9.1"
About this version
Reusable React components built with React, Tailwind CSS, and Shadcn, forming the visual building blocks of Solana microsites.
- Built with React, Tailwind CSS v4, and Shadcn
- Consistent visual language and component styles
- Pre-configured theming support
- Core components including header and footer
- Fully typed with TypeScript
- Modern design system following Solana's brand guidelines
- Responsive and accessible components
- Dark mode support
- Custom hooks for common functionality
- Utility functions for UI operations
First, configure your project to use the GitHub registry for the @solana-foundation scope:
# .npmrc
@solana-foundation:registry=https://npm.pkg.github.com
Then install the package:
pnpm add @solana-foundation/ms-tools-ui
import { Button, Card } from '@solana-foundation/ms-tools-ui'
function MyComponent() {
return (
<Card>
<h2>Welcome to Solana</h2>
<Button variant="primary">Get Started</Button>
</Card>
)
}
# Install dependencies
pnpm install
# Run tests
pnpm test
# Build package
pnpm build
# Run Storybook
pnpm storybook
For detailed documentation and examples, please refer to our Storybook documentation.
Please refer to the main repository's contributing guidelines.
Details
- ms-tools-ui
-
solana-foundation
- 3 months ago
- 74 dependencies
Assets
- ms-tools-ui-0.9.1.tgz
Download activity
- Total downloads 3
- Last 30 days 0
- Last week 0
- Today 0