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

title #7

Open
ranwawa opened this issue Sep 14, 2018 · 1 comment
Open

title #7

ranwawa opened this issue Sep 14, 2018 · 1 comment

Comments

@ranwawa
Copy link

ranwawa commented Sep 14, 2018

in the first, my eglish is poor.

can't show title under the icon?

need to do that

@clnt
Copy link

clnt commented Oct 17, 2018

@ranwawa

Just do something like this and style it accordingly with CSS:

        <div class="spinner" v-show="loading">
            <spinner
                    :status="loading"
                    :color="spinner.color"
                    :size="spinner.size"
                    :depth="spinner.depth"
                    :rotation="spinner.rotation"
                    :speed="spinner.speed">
            </spinner>
            <div class="spinner-title">
                Title here
            </div>
        </div>

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