
Security News
TypeScript is Porting Its Compiler to Go for 10x Faster Builds
TypeScript is porting its compiler to Go, delivering 10x faster builds, lower memory usage, and improved editor performance for a smoother developer experience.
Aya UI is an open-source UI component library for building AIGC web apps
Aya UI is an open-source UI component library for building AIGC web apps
English ・ 简体中文 ・ Changelog · Report Bug · Request Feature
[!IMPORTANT]
This package is ESM only.
To install Aya UI, run the following command:
$ bun add @ayahub/ui
[!NOTE]
By work correct with nextjs page router SSR, addtranspilePackages: ['@ayahub/ui']
tonext.config.js
. For example:
// next.config.js
const nextConfig = {
// ...other config
transpilePackages: ['@ayahub/ui'],
};
[!NOTE]
The AyaUI components are developed based on Antd, fully compatible with Antd components, and it is recommended to use antd-style as the default css-in-js styling solution.
import { ThemeProvider, Button } from '@ayahub/ui'
import { Button } from 'antd'
export default () => (
<ThemeProvider>
<Button>Hello AIGC</Button>
</ThemeProvider>
)
You can use Github Codespaces for online development:
Or clone it for local development:
$ git clone https://github.com/weloobe/aya-ui.git
$ cd aya-ui
$ bun install
$ bun start
Contributions of all types are more than welcome, if you are interested in contributing code, feel free to check out our GitHub Issues to get stuck in to show us what you’re made of.
Every bit counts and your one-time donation sparkles in our galaxy of support! You're a shooting star, making a swift and bright impact on our journey. Thank you for believing in us – your generosity guides us toward our mission, one brilliant flash at a time.
FAQs
Aya UI is an open-source UI component library for building AIGC web apps
The npm package @ayahub/ui receives a total of 0 weekly downloads. As such, @ayahub/ui popularity was classified as not popular.
We found that @ayahub/ui demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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
TypeScript is porting its compiler to Go, delivering 10x faster builds, lower memory usage, and improved editor performance for a smoother developer experience.
Research
Security News
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
Security News
Socket CEO Feross Aboukhadijeh discusses the open web, open source security, and how Socket tackles software supply chain attacks on The Pair Program podcast.