Skip to content

Commit

Permalink
Linkfix
Browse files Browse the repository at this point in the history
  • Loading branch information
iGEL committed Dec 16, 2023
1 parent 7585178 commit fc99843
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,12 @@ directly. But you can use the signals from cljs.
```

To display the signals, you need to include the
[signals.css](public/signals.css) (or [signals.styl](src/signals/signals.styl)
if you use [Stylus](https://stylus-lang.com/)) and create a React component
returning a `svg` tag. Inside, you have to once include `signals.signal/defs`,
then you can call `signals.signal/signal` passing the signal you want with the
`:signal` key.
[signals.css](https://igel.github.io/signals/signals.css) (or
[signals.styl](src/signals/signals.styl) if you use
[Stylus](https://stylus-lang.com/)) and create a React component returning a
`svg` element. Inside, you have to once include `signals.signal/defs`, then you
can call `signals.signal/signal` passing the signal you want with the `:signal`
key.

Here an example using [UIx](https://github.com/pitch-io/uix):

Expand Down

0 comments on commit fc99843

Please sign in to comment.