Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I like the css framework #68

Closed
GrosSacASac opened this issue Oct 18, 2017 · 3 comments
Closed

I like the css framework #68

GrosSacASac opened this issue Oct 18, 2017 · 3 comments

Comments

@GrosSacASac
Copy link

but it does not style tables, and without css it tables look bad. example

<table>
    <caption data-variable="*level">Table Title</caption>
    <thead>
      <tr>
        <th>Player</th>
        <th>Score</th>
      </tr>
    </thead>
    <tbody data-list="*scores-d-score">
      <tr>
        <td data-variable="*player">Sac</td>
        <td data-variable="*score">994</td>
      </tr>

      <tr>
        <td data-variable="*player">A</td>
        <td data-variable="*score">995</td>
      </tr>
    </tbody>
</table>
@kbrsh
Copy link
Owner

kbrsh commented Oct 18, 2017

@GrosSacASac Glad you like it! Use the latest Wing version from a CDN (it has table support), as I'm currently rewriting it.

@GrosSacASac
Copy link
Author

Any plan to update ?

@GrosSacASac
Copy link
Author

Closing as you added table support. Consider updating the npm package as well documenting the fact that tables have styles

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants