release(tach-typography): v0.3.0

This commit is contained in:
2026-03-31 18:36:20 +03:00
parent a8c2eaa2fd
commit cacbc016ec
35 changed files with 799 additions and 85 deletions

View File

@@ -58,6 +58,14 @@ export const Example = () => (
);
```
Markdown as a prop (keeps existing API):
```tsx
<TachTypography.Text.AccentH1 markdownEnabled>
**Bold** _italic_ [Docs](https://example.com)
</TachTypography.Text.AccentH1>
```
## Angular usage (NG-ZORRO)
```ts
@@ -92,6 +100,12 @@ import { TachTypographyComponent } from "@hublib-web/tach-typography/angular";
export class ExampleComponent {}
```
Markdown in Angular:
```html
<tach-typography variant="Body" [markdownEnabled]="true" [markdown]="'**Bold** _italic_'"></tach-typography>
```
## Storybook (dev/design system)
Run from repository root: